|
22 | 22 |
|
23 | 23 | <PropertyGroup>
|
24 | 24 | <PackageId>DotNetVault</PackageId>
|
25 |
| - <PackageVersion>0.2.5.2-alpha</PackageVersion> |
| 25 | + <PackageVersion>0.2.5.3</PackageVersion> |
26 | 26 | <Owners>CJM Screws, LLC</Owners>
|
27 | 27 | <Authors>Christopher Susie</Authors>
|
28 | 28 | <PackageProjectUrl>https://github.com/cpsusie/DotNetVault</PackageProjectUrl>
|
|
42 | 42 | A guided tour / quick start guide for this project's functionality can be found here: https://github.com/cpsusie/DotNetVault/blob/v0.2.5.x/Quick_Start_Functionality_Tour.md
|
43 | 43 | </Description>
|
44 | 44 | <PackageReleaseNotes>
|
45 |
| - RELEASE NOTES VERSION 0.2.5.1: |
46 |
| - |
47 |
| - No significant changes to code in this release. |
48 |
| - |
49 |
| - Resolved broken links displayed on project's NuGet page. |
50 | 45 |
|
51 |
| - Fixed problem with license on NuGet. |
| 46 | + RELEASE NOTES VERSION 0.2.5.3: |
52 | 47 |
|
| 48 | + * Fixed problem with SourceLink not working correctly. |
| 49 | + * Fixed bug (Issue #2) that would throw a recursion exception sometimes when, using certain combinations of overloads, acquiring upgradable readonly locks then upgrading them would throw a lock recursion exception. |
| 50 | + * Update the quick start functionality tour and installation guides to use pictures reflecting more recent versions. |
| 51 | + |
53 | 52 | RELEASE NOTES VERSION 0.2.5.0:
|
54 | 53 |
|
55 | 54 | The last official release was version [0.1.5.4](https://github.com/cpsusie/DotNetVault/releases/tag/v0.1.5.4),
|
|
73 | 72 | <PackageTags>DotNetVault, analyzers, synchronization, thread-safety, threadsafe, deadlock, deadlock-prevention</PackageTags>
|
74 | 73 | <NoPackageAnalysis>true</NoPackageAnalysis>
|
75 | 74 | <LangVersion>8.0</LangVersion>
|
76 |
| - <Version>0.2.5.2</Version> |
| 75 | + <Version>0.2.5.3</Version> |
77 | 76 | <AssemblyName>DotNetVault</AssemblyName>
|
78 | 77 | <RootNamespace>DotNetVault</RootNamespace>
|
79 | 78 | <Company>CJM Screws, LLC</Company>
|
80 |
| - <AssemblyVersion>0.2.5.2</AssemblyVersion> |
81 |
| - <FileVersion>0.2.5.2</FileVersion> |
| 79 | + <AssemblyVersion>0.2.5.3</AssemblyVersion> |
| 80 | + <FileVersion>0.2.5.3</FileVersion> |
82 | 81 | <PackageLicenseFile>license.txt</PackageLicenseFile>
|
83 | 82 | </PropertyGroup>
|
84 | 83 |
|
|
0 commit comments