Skip to content

Commit

Permalink
adding snk
Browse files Browse the repository at this point in the history
  • Loading branch information
drusellers committed Sep 29, 2009
1 parent e71fda8 commit e0d4c25
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added MassTransit.snk
Binary file not shown.
2 changes: 1 addition & 1 deletion build/versionBuilder.step
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<attribute type="AssemblyCopyrightAttribute" value="${company.name}, original author or authors" />
<attribute type="AssemblyCompanyAttribute" value="${company.name}" />
<attribute type="AllowPartiallyTrustedCallers" if="${allow.partially_trusted_callers}" asis="true" />
<attribute type="AssemblyKeyFileAttribute" value="${file.key.name.private}" if="${file::exists(file.key.name.private)}" />
<attribute type="AssemblyKeyFileAttribute" value="${file.key.name.private}" if="${sign.project_with_key}" />
</attributes>
</asminfo>
</target>
Expand Down
2 changes: 1 addition & 1 deletion settings/UppercuT.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Learn how to edit this file at http://uppercut.pbwiki.com -->

<!-- PROJECT VARIABLES -->
<property name="project.name" value="MassTransit-2008" overwrite="false" />
<property name="project.name" value="MassTransit" overwrite="false" />
<property name="path_to_solution" value=".\src" overwrite="false" />
<property name="repository.path" value="http://masstransit.googlecode.com/svn/trunk" overwrite="false" />
<property name="company.name" value="CFT &amp; ACM" overwrite="false" />
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/SolutionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
[assembly: ComVisibleAttribute(false)]
[assembly: CLSCompliantAttribute(true)]
[assembly: AssemblyVersionAttribute("0.8.0.2021")]
[assembly: AssemblyTitleAttribute("MassTransit-2008")]
[assembly: AssemblyProductAttribute("MassTransit-2008")]
[assembly: AssemblyTitleAttribute("MassTransit")]
[assembly: AssemblyProductAttribute("MassTransit")]
[assembly: AssemblyDescriptionAttribute("For the exclusive use of CFT & ACM.")]
[assembly: AssemblyTrademarkAttribute("All rights reserved, CFT & ACM")]
[assembly: AssemblyFileVersionAttribute("0.8.0.2021")]
Expand Down

0 comments on commit e0d4c25

Please sign in to comment.