|
7 | 7 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 | 8 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
9 | 9 | <PackageId>TensionDev.UUID</PackageId> |
10 | | - <Version>1.2.0-alpha</Version> |
| 10 | + <Version>2.1.0-alpha</Version> |
11 | 11 | <Authors>TensionDev amsga</Authors> |
12 | 12 | <Company>TensionDev</Company> |
13 | 13 | <Product>TensionDev.UUID</Product> |
14 | 14 | <Description>A project to store various UUID functions within a library for future use.</Description> |
15 | | - <Copyright>Copyright (c) TensionDev 2021 - 2022</Copyright> |
16 | | - <PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> |
| 15 | + <Copyright>Copyright (c) TensionDev 2021 - 2023</Copyright> |
| 16 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
17 | 17 | <PackageProjectUrl>https://github.com/TensionDev/UUIDUtil</PackageProjectUrl> |
18 | 18 | <RepositoryUrl>https://github.com/TensionDev/UUIDUtil</RepositoryUrl> |
19 | 19 | <RepositoryType>git</RepositoryType> |
20 | 20 | <PackageTags>UUID GUID</PackageTags> |
21 | | - <PackageReleaseNotes>Release with UUID / GUID Version 1, Version 3, Version 4 and Version 5, and Draft Versions 6 and 7.</PackageReleaseNotes> |
| 21 | + <PackageReleaseNotes>Change in license to Apache License 2.0. |
| 22 | +Release with UUID / GUID Version 1, Version 3, Version 4 and Version 5, and Draft Versions 6 and 7.</PackageReleaseNotes> |
22 | 23 | <NeutralLanguage>en-SG</NeutralLanguage> |
23 | | - <AssemblyVersion>1.2.0.0</AssemblyVersion> |
24 | | - <FileVersion>1.2.0.0</FileVersion> |
| 24 | + <AssemblyVersion>2.1.0.0</AssemblyVersion> |
| 25 | + <FileVersion>2.1.0.0</FileVersion> |
25 | 26 | <IncludeSymbols>true</IncludeSymbols> |
26 | 27 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 28 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
27 | 29 | </PropertyGroup> |
28 | 30 |
|
| 31 | + <ItemGroup> |
| 32 | + <None Include="..\README.md"> |
| 33 | + <Pack>True</Pack> |
| 34 | + <PackagePath>\</PackagePath> |
| 35 | + </None> |
| 36 | + </ItemGroup> |
| 37 | + |
29 | 38 | </Project> |
0 commit comments