Skip to content

Commit

Permalink
Merge pull request #72 from valadas/v4.1.3
Browse files Browse the repository at this point in the history
Bumped version to v4.1.3 for next release
  • Loading branch information
valadas authored Jun 21, 2024
2 parents 67db19f + 653feff commit 50a0666
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyVersion("04.01.02.00")]
[assembly: System.Reflection.AssemblyVersion("04.01.03.00")]


2 changes: 1 addition & 1 deletion DotNetNuke.Modules.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<WarningLevel>2</WarningLevel>
<NoWarn>
</NoWarn>
<DebugType>none</DebugType>
<DebugType>pdbonly</DebugType>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion DotNetNuke_DotNetNuke.Repository.dnn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Repository" type="Module" version="04.01.02">
<package name="DotNetNuke.Repository" type="Module" version="04.01.03">
<friendlyName>Repository</friendlyName>
<description>A file/object repository module that includes skinning and community features like comments and user ratings.</description>
<iconFile>icon_repository_32px.gif</iconFile>
Expand Down

0 comments on commit 50a0666

Please sign in to comment.