Skip to content

Commit a73e25c

Browse files
committed
Version -> 1.0.1
1 parent b8166e2 commit a73e25c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Most lines should begin with one of these words:
55
*Add*, *Fix*, *Update*, *Change*, *Deprecate*, *Remove*.
66

77
<!--
8-
## [Unreleased](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v0.0.0...HEAD)
8+
## [Unreleased](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v1.0.1...HEAD)
99
-->
1010

11+
## [1.0.1](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v1.0.0...release/1.0.1)
12+
1113
## [1.0.0](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v0.1.0...release/1.0.0)
1214
- Update build targets to .NET Framework 4.6.1 (was 4.5) and .NET Standard 2.0
1315
- Update test targets to .NET Framework 4.8, .NET Core 3.1 (was 3.0), and .NET 6.0

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- Descriptive properties -->
2727
<PropertyGroup>
2828
<Product>Sharp.Diagnostics.Logging</Product>
29-
<VersionPrefix>1.0.0</VersionPrefix>
29+
<VersionPrefix>1.0.1</VersionPrefix>
3030
<Authors>Jeffrey Sharp</Authors>
3131
<Company>Subatomix Research Inc.</Company>
3232
<Copyright>© $([System.DateTime]::UtcNow.Year) $(Authors)</Copyright>

0 commit comments

Comments
 (0)