Skip to content

Commit b96687c

Browse files
committed
Updated assembly metadata
1 parent 0fcedc0 commit b96687c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

SwipeListView.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ Global
2222
EndGlobalSection
2323
GlobalSection(MonoDevelopProperties) = preSolution
2424
StartupItem = SwipeListViewSample\SwipeListViewSample.csproj
25+
version = 1.0.0.1
2526
EndGlobalSection
2627
EndGlobal

SwipeListView/FortySevenDeg.SwipeListView.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
1515
<AssemblyName>FortySevenDeg.SwipeListView</AssemblyName>
1616
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
17+
<ReleaseVersion>1.0.0.1</ReleaseVersion>
18+
<Description>A C# Android List View implementation with drawable cells and many other swipe related features.</Description>
1719
</PropertyGroup>
1820
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1921
<DebugSymbols>true</DebugSymbols>

SwipeListViewSample/SwipeListViewSample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<AssemblyName>SwipeListView</AssemblyName>
1717
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
1818
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
19+
<ReleaseVersion>1.0.0.1</ReleaseVersion>
1920
</PropertyGroup>
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2122
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)