Skip to content

Commit 2f560bf

Browse files
author
Vlad Ionescu
committed
changing default PropAssemblyVersion to 0.0.0; updating projects/README
1 parent 984f24a commit 2f560bf

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Local.props.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PropTargetFramework>v3.5</PropTargetFramework>
5-
<PropAssemblyVersion>1.6.0</PropAssemblyVersion>
5+
<PropAssemblyVersion>0.0.0</PropAssemblyVersion>
66
<PropUsingMono>false</PropUsingMono>
77

88
<!-- Assembly strong naming - $(MSBuildProjectDirectory) is the RabbitMQ.Client project directory -->

projects/README

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ i.e.:
2424

2525
- Copy-paste the "mono workarounds" bit
2626

27-
- Add empty targets for BeforeBuild, BeforeClean and AfterBuild if not using
28-
them yourself (this is required for compatibility with mono - target override
29-
is not yet implemented properly)
30-
3127
- It's probably best to add new files by hand in the project (by copying the
3228
file to the appropriate location and editing the .csproj by hand)
3329

0 commit comments

Comments
 (0)