Skip to content

Commit 6f4225e

Browse files
author
Ryddag
committed
v1.0 [ci deploy]
1 parent 4c52b2b commit 6f4225e

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

VersionManifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0.0
1+
1.0.0.0
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
3-
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
7-
<PackageId>ProjectCeleste.Misc.Utils</PackageId>
8-
<PackageLicense>https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils/blob/master/LICENSE</PackageLicense>
9-
<PackageProjectUrl>https://www.projectceleste.com</PackageProjectUrl>
10-
<PackageIcon>icon.png</PackageIcon>
11-
<RepositoryUrl>https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils</RepositoryUrl>
12-
<RepositoryType>git</RepositoryType>
13-
<Description>
3+
<PropertyGroup>
4+
<TargetFramework>netstandard2.0</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
7+
<PackageId>ProjectCeleste.Misc.Utils</PackageId>
8+
<PackageLicense>https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils/blob/master/LICENSE</PackageLicense>
9+
<PackageProjectUrl>https://www.projectceleste.com</PackageProjectUrl>
10+
<PackageIcon>icon.png</PackageIcon>
11+
<RepositoryUrl>https://github.com/ProjectCeleste/ProjectCeleste.Misc.Utils</RepositoryUrl>
12+
<RepositoryType>git</RepositoryType>
13+
<Description>
1414
ProjectCeleste.Misc.Utils For Age Of Empires Online Celeste Fan Project
1515

1616
Visit Us: https://www.projectceleste.com/
1717

1818
Age of Empires Online © Microsoft Corporation. Celeste Fan Project was created under Microsoft's Game Content Usage Rules using assets from Age of Empires Online, and it is not endorsed by or affiliated with Microsoft (See: https://www.xbox.com/en-us/developers/rules).
1919
</Description>
20-
<PackageTags>projectceleste aoeo ageofempires</PackageTags>
21-
<Authors>ProjectCeleste</Authors>
22-
<Company />
23-
<Product>ProjectCeleste.Misc.Utils</Product>
24-
<Version>0.0.0.0</Version>
25-
<AssemblyVersion>0.0.0.0</AssemblyVersion>
26-
<FileVersion>0.0.0.0</FileVersion>
27-
<InformationalVersion>v0.0</InformationalVersion>
28-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
29-
<IncludeSymbols>true</IncludeSymbols>
30-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
31-
<LangVersion>latest</LangVersion>
32-
<Copyright />
33-
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34-
</PropertyGroup>
35-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
36-
<DefineConstants>DEBUG;TRACE</DefineConstants>
37-
</PropertyGroup>
38-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
39-
<DefineConstants>TRACE</DefineConstants>
40-
</PropertyGroup>
41-
<ItemGroup>
42-
<None Include="icon.png" Pack="true" PackagePath="" />
43-
</ItemGroup>
44-
<ItemGroup>
45-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
46-
<PrivateAssets>all</PrivateAssets>
47-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
48-
</PackageReference>
49-
<PackageReference Include="Crc32.NET" Version="1.2.0" />
50-
<PackageReference Include="DotNetZip" Version="1.13.5" />
51-
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
52-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
53-
<PackageReference Include="System.ComponentModel.Annotations" Version="4.3.0" />
54-
<PackageReference Include="System.Management" Version="4.7.0" />
55-
</ItemGroup>
20+
<PackageTags>projectceleste aoeo ageofempires</PackageTags>
21+
<Authors>ProjectCeleste</Authors>
22+
<Company />
23+
<Product>ProjectCeleste.Misc.Utils</Product>
24+
<Version>1.0.0.0</Version>
25+
<AssemblyVersion>1.0.0.0</AssemblyVersion>
26+
<FileVersion>1.0.0.0</FileVersion>
27+
<InformationalVersion>v1.0</InformationalVersion>
28+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
29+
<IncludeSymbols>true</IncludeSymbols>
30+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
31+
<LangVersion>latest</LangVersion>
32+
<Copyright />
33+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34+
</PropertyGroup>
35+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
36+
<DefineConstants>DEBUG;TRACE</DefineConstants>
37+
</PropertyGroup>
38+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
39+
<DefineConstants>TRACE</DefineConstants>
40+
</PropertyGroup>
41+
<ItemGroup>
42+
<None Include="icon.png" Pack="true" PackagePath="" />
43+
</ItemGroup>
44+
<ItemGroup>
45+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
46+
<PrivateAssets>all</PrivateAssets>
47+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
48+
</PackageReference>
49+
<PackageReference Include="Crc32.NET" Version="1.2.0" />
50+
<PackageReference Include="DotNetZip" Version="1.13.5" />
51+
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
52+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
53+
<PackageReference Include="System.ComponentModel.Annotations" Version="4.3.0" />
54+
<PackageReference Include="System.Management" Version="4.7.0" />
55+
</ItemGroup>
5656
</Project>

0 commit comments

Comments
 (0)