Skip to content

Commit

Permalink
0.0.3 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
maratbakirov committed May 13, 2020
1 parent 43bc568 commit 291a7c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions OutlookTfsConnector/OutlookTfsConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
<Compile Include="ThisAddIn.cs">
<SubType>Code</SubType>
</Compile>
<None Include="releasenotes.md" />
<None Include="selfsign.snk" />
<None Include="ThisAddIn.Designer.xml">
<DependentUpon>ThisAddIn.cs</DependentUpon>
Expand Down
2 changes: 1 addition & 1 deletion OutlookTfsConnector/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.0.3.0")]

11 changes: 11 additions & 0 deletions OutlookTfsConnector/releasenotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Markdown File

# 0.0.3
added the image size display

# 0.0.2
added the update item functionality, added an ability to embed from , date etc into the text


# 0.0.1
basic release

0 comments on commit 291a7c0

Please sign in to comment.