Skip to content

Commit 920c57a

Browse files
committed
Update version and release notes.
1 parent c04ba3f commit 920c57a

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

DotNetVault/DotNetVault.csproj

+9-10
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<PropertyGroup>
2424
<PackageId>DotNetVault</PackageId>
25-
<PackageVersion>0.2.5.2-alpha</PackageVersion>
25+
<PackageVersion>0.2.5.3</PackageVersion>
2626
<Owners>CJM Screws, LLC</Owners>
2727
<Authors>Christopher Susie</Authors>
2828
<PackageProjectUrl>https://github.com/cpsusie/DotNetVault</PackageProjectUrl>
@@ -42,14 +42,13 @@
4242
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
4343
</Description>
4444
<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.
5045

51-
Fixed problem with license on NuGet.
46+
RELEASE NOTES VERSION 0.2.5.3:
5247

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+
5352
RELEASE NOTES VERSION 0.2.5.0:
5453

5554
The last official release was version [0.1.5.4](https://github.com/cpsusie/DotNetVault/releases/tag/v0.1.5.4),
@@ -73,12 +72,12 @@
7372
<PackageTags>DotNetVault, analyzers, synchronization, thread-safety, threadsafe, deadlock, deadlock-prevention</PackageTags>
7473
<NoPackageAnalysis>true</NoPackageAnalysis>
7574
<LangVersion>8.0</LangVersion>
76-
<Version>0.2.5.2</Version>
75+
<Version>0.2.5.3</Version>
7776
<AssemblyName>DotNetVault</AssemblyName>
7877
<RootNamespace>DotNetVault</RootNamespace>
7978
<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>
8281
<PackageLicenseFile>license.txt</PackageLicenseFile>
8382
</PropertyGroup>
8483

DotNetVault/RELEASE.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
 RELEASE NOTES VERSION 0.2.5.1:
2-
3-
No significant changes to code in this release.
1+
RELEASE NOTES VERSION 0.2.5.3:
42

5-
Resolved broken links displayed on project's NuGet page.
3+
* Fixed problem with SourceLink not working correctly.
4+
* 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.
5+
* Update the quick start functionality tour and installation guides to use pictures reflecting more recent versions.
66

7-
Fixed problem with license on NuGet.
7+
RELEASE NOTES VERSION 0.2.5.1:
8+
9+
* No significant changes to code in this release.
10+
* Resolved broken links displayed on project's NuGet page.
11+
* Fixed problem with license on NuGet.
812

913
RELEASE NOTES VERSION 0.2.5.0:
1014

0 commit comments

Comments
 (0)