Skip to content

Commit

Permalink
Prepare for 0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed Jan 2, 2023
1 parent ec09d8c commit da025a5
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 30 deletions.
52 changes: 26 additions & 26 deletions .vscode/mod.csproj
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net472</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net472</TargetFramework>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>9.0</LangVersion>
<Nullable>enable</Nullable>

<RootNamespace>FarmingHysteresis</RootNamespace>
<AssemblyName>FarmingHysteresis</AssemblyName>
<OutputPath>../1.4/Assemblies</OutputPath>
<VersionPrefix>0.4.1</VersionPrefix>
<RootNamespace>FarmingHysteresis</RootNamespace>
<AssemblyName>FarmingHysteresis</AssemblyName>
<OutputPath>../1.4/Assemblies</OutputPath>
<VersionPrefix>0.5.0</VersionPrefix>

<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'RELEASE'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'RELEASE'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'DEBUG'">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'DEBUG'">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<!-- Mod -->
<Compile Include="../Source/**" />
</ItemGroup>
<ItemGroup>
<!-- Mod -->
<Compile Include="../Source/**" />
</ItemGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3580" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" />
</ItemGroup>
</ItemGroup>
</Project>
7 changes: 4 additions & 3 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>ilyvion.FarmingHysteresis</identifier>
<version>0.4.1</version>
<version>0.5.0</version>
<dependencies>
<li>brrainz.harmony</li>
</dependencies>
<manifestUri>https://raw.githubusercontent.com/alexschrod/farming-hysteresis/main/About/Manifest.xml</manifestUri>
<manifestUri>
https://raw.githubusercontent.com/alexschrod/farming-hysteresis/main/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/alexschrod/farming-hysteresis/releases/latest</downloadUri>
</Manifest>
</Manifest>
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2023-01-02
### Added
- Norwegian translations added.
- Main tab for hysteresis configuration added.
Expand Down Expand Up @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First implementation of the mod.

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/alexschrod/farming-hysteresis/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/alexschrod/farming-hysteresis/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/alexschrod/farming-hysteresis/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/alexschrod/farming-hysteresis/compare/v0.3.1...v0.3.2
Expand Down

0 comments on commit da025a5

Please sign in to comment.