Skip to content

Commit 4a47b39

Browse files
committed
Update version to 1.2.0
1 parent 39c8ff2 commit 4a47b39

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
<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>
3232
</Project>

0 commit comments

Comments
 (0)