Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jo3bingham committed Jul 17, 2020
1 parent c510b1d commit 24609b9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Apps/Extract/Extract.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Apps/Record/Record.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Apps/Redact/Redact.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Apps/Watch/Watch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions TibiaAPI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {779085CF-5BE0-48BA-A204-511A8914A67C}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.1.0
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions TibiaAPI/TibiaAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<RootNamespace>OXGaming.TibiaAPI</RootNamespace>
<Authors>jo3bingham</Authors>
<Company>OXGaming</Company>
<ReleaseVersion>0.1.0</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 24609b9

Please sign in to comment.