|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 |
| - <PropertyGroup> |
3 |
| - <TargetFramework>netstandard2.0</TargetFramework> |
4 |
| - <Nullable>enable</Nullable> |
5 |
| - <LangVersion>12.0</LangVersion> |
6 |
| - <Version>1.1.1</Version> |
7 |
| - <Title>BioRand Common Library</Title> |
8 |
| - <Authors>Ted John</Authors> |
9 |
| - <Product>$(AssemblyName)</Product> |
10 |
| - <Description>Common library for BioRand related projects.</Description> |
11 |
| - <Copyright>Copyright (C) Ted John 2024</Copyright> |
12 |
| - <PackageProjectUrl>https://github.com/IntelOrca/biorand-common</PackageProjectUrl> |
13 |
| - <PackageIcon>icon.png</PackageIcon> |
14 |
| - <RepositoryUrl>https://github.com/IntelOrca/biorand-common</RepositoryUrl> |
15 |
| - <PackageTags>resident evil,biohazard,biorand,randomizer</PackageTags> |
16 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
17 |
| - </PropertyGroup> |
18 |
| - <ItemGroup> |
19 |
| - <None Include="..\..\icon.png"> |
20 |
| - <Pack>True</Pack> |
21 |
| - <PackagePath>\</PackagePath> |
22 |
| - </None> |
23 |
| - <None Include="..\..\LICENSE"> |
24 |
| - <Pack>True</Pack> |
25 |
| - <PackagePath>\</PackagePath> |
26 |
| - </None> |
27 |
| - </ItemGroup> |
28 |
| - <ItemGroup> |
29 |
| - <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
30 |
| - <PackageReference Include="System.Collections.Immutable" Version="8.0.0" /> |
31 |
| - </ItemGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>netstandard2.0</TargetFramework> |
| 4 | + <Nullable>enable</Nullable> |
| 5 | + <LangVersion>12.0</LangVersion> |
| 6 | + <Version>1.2.0</Version> |
| 7 | + <Title>BioRand Common Library</Title> |
| 8 | + <Authors>Ted John</Authors> |
| 9 | + <Product>$(AssemblyName)</Product> |
| 10 | + <Description>Common library for BioRand related projects.</Description> |
| 11 | + <Copyright>Copyright (C) Ted John 2024</Copyright> |
| 12 | + <PackageProjectUrl>https://github.com/IntelOrca/biorand-common</PackageProjectUrl> |
| 13 | + <PackageIcon>icon.png</PackageIcon> |
| 14 | + <RepositoryUrl>https://github.com/IntelOrca/biorand-common</RepositoryUrl> |
| 15 | + <PackageTags>resident evil,biohazard,biorand,randomizer</PackageTags> |
| 16 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 17 | + </PropertyGroup> |
| 18 | + <ItemGroup> |
| 19 | + <None Include="..\..\icon.png"> |
| 20 | + <Pack>True</Pack> |
| 21 | + <PackagePath>\</PackagePath> |
| 22 | + </None> |
| 23 | + <None Include="..\..\LICENSE"> |
| 24 | + <Pack>True</Pack> |
| 25 | + <PackagePath>\</PackagePath> |
| 26 | + </None> |
| 27 | + </ItemGroup> |
| 28 | + <ItemGroup> |
| 29 | + <PackageReference Include="System.Text.Json" Version="8.0.5" /> |
| 30 | + <PackageReference Include="System.Collections.Immutable" Version="8.0.0" /> |
| 31 | + </ItemGroup> |
32 | 32 | </Project>
|
0 commit comments