Skip to content

Commit

Permalink
Upgrade to v2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orden4 committed Sep 24, 2023
1 parent b543bc0 commit fc017a9
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 54 deletions.
8 changes: 4 additions & 4 deletions NuGet/WCSharp.Buffs/WCSharp.Buffs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Buffs.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.2</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,9 +20,9 @@ This package allows for the creation and management of powerful buffs and auras
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Dummies" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.2" />
<PackageReference Include="WCSharp.Dummies" Version="2.2.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.ConstantGenerator.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/WCSharp.DateTime/WCSharp.DateTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.DateTime.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.3</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,9 +20,9 @@ This package defines custom DateTime and TimeSpan classes that can be used in Wa
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Sync" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
<PackageReference Include="WCSharp.Sync" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/WCSharp.Dummies/WCSharp.Dummies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Dummies.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,7 +20,7 @@ This package allows for the fetching and recycling of dummy units in Warcraft II
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/WCSharp.Effects/WCSharp.Effects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Effects.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,7 +20,7 @@ This package simply allows you to destroy Warcraft III special effects on a dela
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/WCSharp.Events/WCSharp.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Events.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,7 +20,7 @@ The Events package provides various systems for organising events with a focus o
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/WCSharp.Json/WCSharp.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Json.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.1</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -18,7 +18,7 @@ This package allows for the (de)serialization of class structures to JSON within
</PropertyGroup>

<ItemGroup>
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/WCSharp.Knockbacks/WCSharp.Knockbacks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Knockbacks.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,9 +20,9 @@ This package allows for the creation and management of knockback effects in Warc
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Effects" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Effects" Version="2.2.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions NuGet/WCSharp.Lightnings/WCSharp.Lightnings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Lightnings.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,7 +20,7 @@ This package allows for the creation and management of lightning effects in Warc
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions NuGet/WCSharp.Missiles/WCSharp.Missiles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Missiles.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.2</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,8 +20,8 @@ This package allows for the creation and management of missiles in Warcraft III.
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.2" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions NuGet/WCSharp.SaveLoad/WCSharp.SaveLoad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.SaveLoad.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.8</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,9 +20,9 @@ The SaveLoad package provides a system that can be used to save and load data be
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Json" Version="2.1.1" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Sync" Version="2.1.0" />
<PackageReference Include="WCSharp.Json" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
<PackageReference Include="WCSharp.Sync" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/WCSharp.Shared/WCSharp.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Shared.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.3</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand Down
6 changes: 3 additions & 3 deletions NuGet/WCSharp.Sync/WCSharp.Sync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.Sync.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.2</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand All @@ -20,8 +20,8 @@ This package allows for the syncing of class structures between players in Warcr
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Json" Version="2.1.0" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Json" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NuGet/WCSharp.W3MMD/WCSharp.W3MMD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>9.0</LangVersion>
<DocumentationFile>WCSharp.W3MMD.xml</DocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.2</Version>
<Version>2.2.0</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Orden4/WCSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/Orden4/WCSharp</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion NuGetPusher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ internal class Program
"W3MMD",
"Json",
"Events",
"Dummies",
"Effects",
"Sync",
"SaveLoad",
"Dummies",
"Buffs",
"DateTime",
"Knockbacks",
Expand Down
4 changes: 2 additions & 2 deletions WCSharpTemplate/Launcher/Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<PackageReference Include="System.Security.Permissions" Version="7.0.0" />
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="War3Net.Build" Version="5.6.0.1" />
<PackageReference Include="War3Net.Build" Version="5.7.1" />
<PackageReference Include="War3Net.CSharpLua" Version="1.8.0-preview.1" />
<PackageReference Include="War3Net.CSharpLua.CoreSystem" Version="1.7.18" />
<PackageReference Include="WCSharp.ConstantGenerator" Version="2.1.0" />
<PackageReference Include="WCSharp.ConstantGenerator" Version="2.2.0" />
</ItemGroup>

</Project>
5 changes: 1 addition & 4 deletions WCSharpTemplate/Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ internal static class Program
{
// Input
private const string SOURCE_CODE_PROJECT_FOLDER_PATH = @"..\..\..\..\Source";
private const string ASSETS_FOLDER_PATH = @"..\..\..\..\Assets\";
private const string BASE_MAP_PATH = @"..\..\..\..\source.w3x";

// Output
Expand Down Expand Up @@ -70,14 +69,12 @@ private static void MakeDecision()
public static void Build(bool launch)
{
// Ensure these folders exist
Directory.CreateDirectory(ASSETS_FOLDER_PATH);
Directory.CreateDirectory(OUTPUT_FOLDER_PATH);

// Load existing map data
var map = Map.Open(BASE_MAP_PATH);
var builder = new MapBuilder(map);
builder.AddFiles(BASE_MAP_PATH, "*", SearchOption.AllDirectories);
builder.AddFiles(ASSETS_FOLDER_PATH, "*", SearchOption.AllDirectories);

// Set debug options if necessary, configure compiler
var csc = DEBUG ? "-debug -define:DEBUG" : null;
Expand All @@ -88,7 +85,7 @@ public static void Build(bool launch)
IsModule = false,
IsInlineSimpleProperty = false,
IsPreventDebugObject = true,
IsCommentsDisabled = !DEBUG
IsCommentsDisabled = !DEBUG,
};

// Collect required paths and compile
Expand Down
24 changes: 12 additions & 12 deletions WCSharpTemplate/Source/Source.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<ItemGroup>
<PackageReference Include="War3Api.Blizzard" Version="1.33.0" />
<PackageReference Include="War3Api.Common" Version="1.33.0" />
<PackageReference Include="WCSharp.Buffs" Version="2.1.0" />
<PackageReference Include="WCSharp.DateTime" Version="2.1.0" />
<PackageReference Include="WCSharp.Dummies" Version="2.1.0" />
<PackageReference Include="WCSharp.Effects" Version="2.1.0" />
<PackageReference Include="WCSharp.Events" Version="2.1.0" />
<PackageReference Include="WCSharp.Json" Version="2.1.1" />
<PackageReference Include="WCSharp.Knockbacks" Version="2.1.0" />
<PackageReference Include="WCSharp.Lightnings" Version="2.1.0" />
<PackageReference Include="WCSharp.Missiles" Version="2.1.0" />
<PackageReference Include="WCSharp.SaveLoad" Version="2.1.1" />
<PackageReference Include="WCSharp.Shared" Version="2.1.0" />
<PackageReference Include="WCSharp.Sync" Version="2.1.0" />
<PackageReference Include="WCSharp.Buffs" Version="2.2.0" />
<PackageReference Include="WCSharp.DateTime" Version="2.2.0" />
<PackageReference Include="WCSharp.Dummies" Version="2.2.0" />
<PackageReference Include="WCSharp.Effects" Version="2.2.0" />
<PackageReference Include="WCSharp.Events" Version="2.2.0" />
<PackageReference Include="WCSharp.Json" Version="2.2.0" />
<PackageReference Include="WCSharp.Knockbacks" Version="2.2.0" />
<PackageReference Include="WCSharp.Lightnings" Version="2.2.0" />
<PackageReference Include="WCSharp.Missiles" Version="2.2.0" />
<PackageReference Include="WCSharp.SaveLoad" Version="2.2.0" />
<PackageReference Include="WCSharp.Shared" Version="2.2.0" />
<PackageReference Include="WCSharp.Sync" Version="2.2.0" />
</ItemGroup>
</Project>

0 comments on commit fc017a9

Please sign in to comment.