Skip to content

Commit

Permalink
Update RSSTimeFormatter .DLL to fix time display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 6, 2019
1 parent 14ff43d commit 2950ac1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[Bb]in/
packages/
TestResults/
.vs/

# globs
Makefile.in
Expand Down
Binary file modified GameData/RSSDateTime/Plugins/RSSTimeFormatter.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion RSSTimeFormatter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion ("1.5.1.0")]
[assembly: AssemblyVersion ("1.6.1.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
2 changes: 1 addition & 1 deletion RSSTimeFormatter/RSSTimeFormatter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<OutputPath>..\GameData\RSSDateTime\Plugins\</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 2950ac1

Please sign in to comment.