Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
3.2.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobslusser committed Apr 30, 2015
1 parent 113b517 commit 23fef26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScintillaNET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jacobslusser.ScintillaNET</id>
<version>3.2.0</version>
<version>3.2.0-rc</version>
<title>ScintillaNET Source Editing Component</title>
<authors>Jacob Slusser</authors>
<owners>Jacob Slusser</owners>
Expand Down
2 changes: 1 addition & 1 deletion ScintillaNET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]
[assembly: AssemblyInformationalVersion("3.2.0")]
[assembly: AssemblyInformationalVersion("3.2.0-rc")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]

[assembly: InternalsVisibleToAttribute("ScintillaNET.Test")]

0 comments on commit 23fef26

Please sign in to comment.