Skip to content

Commit 0337f2f

Browse files
committed
Package Id Prefix approved for NuGet.
First release to NuGet.
1 parent 447e448 commit 0337f2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
## [v0.1.1] - 2021-09-10
12+
[v0.1.1](https://github.com/TensionDev/UUIDUtil/releases/tag/v0.1.1)
13+
14+
### Changed
15+
- Changed Namespace from UUIDUtil to TensionDev.UUID to reflect official prefix for Package Id.
16+
1117

1218
## [v0.1.1-alpha] - 2021-09-08
1319
[v0.1.1-alpha](https://github.com/TensionDev/UUIDUtil/releases/tag/v0.1.1-alpha)

UUIDUtil/UUIDUtil.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageProjectUrl>https://github.com/TensionDev/UUIDUtil</PackageProjectUrl>
1919
<RepositoryUrl>https://github.com/TensionDev/UUIDUtil</RepositoryUrl>
2020
<RepositoryType>git</RepositoryType>
21-
<Version>0.1.1-beta</Version>
21+
<Version>0.1.1</Version>
2222
<AssemblyVersion>0.1.0.0</AssemblyVersion>
2323
<FileVersion>0.1.1.0</FileVersion>
2424
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>

0 commit comments

Comments
 (0)